From 505df337c2777d3772cb03a1d26d9dfc6417ca5c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 30 Oct 2020 16:17:38 -0400 Subject: [PATCH] Add a test for constraints in ui files Test the various values that are possible for the constraint attributes. --- testsuite/gtk/ui/constraints.expected | 1 + testsuite/gtk/ui/constraints.ui | 107 ++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100644 testsuite/gtk/ui/constraints.expected create mode 100644 testsuite/gtk/ui/constraints.ui diff --git a/testsuite/gtk/ui/constraints.expected b/testsuite/gtk/ui/constraints.expected new file mode 100644 index 0000000000..ff43ca4091 --- /dev/null +++ b/testsuite/gtk/ui/constraints.expected @@ -0,0 +1 @@ +SUCCESS diff --git a/testsuite/gtk/ui/constraints.ui b/testsuite/gtk/ui/constraints.ui new file mode 100644 index 0000000000..9dadad61e1 --- /dev/null +++ b/testsuite/gtk/ui/constraints.ui @@ -0,0 +1,107 @@ + + + + Constraints + + + + + + + + + + + + + + + + + + + + + + + + + + + Child 1 + + + + + Child 2 + + + + + Child 3 + + + + + + -- 2.30.2